home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-03-28 | 817 b | 30 lines |
- #******************************************************************************
- #*
- #* SAS-C 6.51 makefile for 14 bit sound driver calibration program
- #*
- #* (c) 1995 by Christian Buchner
- #*
- #******************************************************************************
-
- ##############################################################################
- # Default rules...
- #
-
- .c.o:
- SC NOSTKCHK PARMS=REG NMINC STRMERGE STREQ MCCONS COMNEST UNSCHAR $*.c
-
-
- ##############################################################################
- # Build the load file...
- #
-
- /14Bit_Calibration: Calibrate.o
- SLINK FROM Calibrate.o TO /14Bit_Calibration SC SD NOICONS LIB LIB:sc.lib+LIB:amiga.lib
-
-
- ##############################################################################
- # All dependencies...
- #
-
- Calibrate.o: Calibrate.c
-